SendbirdUIKitAdapter

interface SendbirdUIKitAdapter

Adapters provides a binding from a com.sendbird.android.SendbirdChat set to a connection within a init.

Functions

Link copied to clipboard
abstract fun getAccessToken(): String
Provides the access token to SendBird server.
Link copied to clipboard
abstract fun getAppId(): String
Provides the identifier of an app.
Link copied to clipboard
abstract fun getInitResultHandler(): InitResultHandler
Provides the InitResultHandler to initialize SendBird Chat SDK.
Link copied to clipboard
abstract fun getUserInfo(): UserInfo
Provides the UserInfo to access SendBird server.